@import '../../section/teacher/main.css';

.teacher-card {
    border: 1px none #B4B4B5;
    border-bottom-style: solid;
}

.teacher-card .teacher-course {
    width: 100%;
    text-align: right;
}

@media (max-width: 1024px),
    (max-width: 960px),
    (max-width: 480px) {
    .teacher-card {
        padding: 16px;
    }
}
